home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9482 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  517 b 

  1. Path: ee.rutgers.edu!not-for-mail
  2. From: imranh@ee.rutgers.edu (Imran Hussain)
  3. Newsgroups: comp.lang.c++
  4. Subject: What does TSomeObject *& SomeFunction(); mean
  5. Date: 1 Mar 1996 19:20:14 -0500
  6. Organization: Rutgers University
  7. Message-ID: <4h847u$5ha@ee.rutgers.edu>
  8. NNTP-Posting-Host: ee.rutgers.edu
  9.  
  10. Hi,
  11. What is the difference between:
  12.  
  13. TSomeObject*& SomeFunction();       and
  14. TSomeObject*  SomeFunction();
  15.  
  16. I know what the later means, but don't know the first one. Can
  17. someone please help me out...
  18.  
  19.  
  20. Thanks,
  21. Imran
  22.  
  23.